ciCic commited on
Commit
642c5f3
·
verified ·
1 Parent(s): 173939b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - de
5
+ - fr
6
+ - it
7
+ - pt
8
+ - hi
9
+ - es
10
+ - th
11
+ library_name: transformers
12
+ pipeline_tag: text-generation
13
+ tags:
14
+ - facebook
15
+ - meta
16
+ - pytorch
17
+ - llama
18
+ - llama-3
19
+ license: llama3.2
20
+ ---
21
+ A quantized version of Llama 3.1 1B Instruct with AWQ
22
+
23
+ ### Use with transformers
24
+ Starting with `transformers==4.45.1`, `torch==2.3.1`, `numpy==2.0.0`, `autoawq==0.2.6`, you can run conversational inference using the Transformers Auto classes with the `generate()` function.
25
+
26
+ ```python
27
+
28
+ ```