suzii commited on
Commit
7d519f1
·
verified ·
1 Parent(s): 63fcb20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ### Use with transformers
2
 
3
  Starting with `transformers >= 4.45.0` onward, you can run conversational inference using the Transformers `pipeline` abstraction or by leveraging the Auto classes with the `generate()` function.
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - suzii/QA-MIS
5
+ language:
6
+ - vi
7
+ metrics:
8
+ - bleu
9
+ base_model:
10
+ - meta-llama/Llama-3.2-3B-Instruct
11
+ library_name: transformers
12
+ tags:
13
+ - chemistry
14
+ ---
15
  ### Use with transformers
16
 
17
  Starting with `transformers >= 4.45.0` onward, you can run conversational inference using the Transformers `pipeline` abstraction or by leveraging the Auto classes with the `generate()` function.