FINGU-AI commited on
Commit
4608026
·
verified ·
1 Parent(s): aee0b46

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: llama3.1
3
  ---
4
  # FINGU-AI/L3-72b-Large
5
 
@@ -56,5 +56,4 @@ outputs = model.generate(
56
  # Decode and Print the Translation
57
  response = outputs[0][input_ids.shape[-1]:]
58
  print(tokenizer.decode(response, skip_special_tokens=True))
59
- ```
60
-
 
1
  ---
2
+ license: apache-2.0
3
  ---
4
  # FINGU-AI/L3-72b-Large
5
 
 
56
  # Decode and Print the Translation
57
  response = outputs[0][input_ids.shape[-1]:]
58
  print(tokenizer.decode(response, skip_special_tokens=True))
59
+ ```