screevoai commited on
Commit
b1558dc
·
verified ·
1 Parent(s): c60b224

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  base_model: meta-llama/Meta-Llama-3-70B-Instruct
4
  model-index:
5
  - name: Llama3-70b-4bit
@@ -8,10 +8,13 @@ model-index:
8
  name: Text Generation
9
  type: text-generation
10
  metrics:
11
- - name: Wer
12
- type: wer
13
- value: 4.446809768789546
14
  pipeline_tag: text-generation
 
 
 
15
  ---
16
 
17
 
 
1
  ---
2
+ license: other
3
  base_model: meta-llama/Meta-Llama-3-70B-Instruct
4
  model-index:
5
  - name: Llama3-70b-4bit
 
8
  name: Text Generation
9
  type: text-generation
10
  metrics:
11
+ - name: None
12
+ type: None
13
+ value: none
14
  pipeline_tag: text-generation
15
+ tags:
16
+ - llama3
17
+ - meta
18
  ---
19
 
20