obnimorda commited on
Commit
ad56daa
1 Parent(s): 32ea2de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # Llama 2 13B - GPTQ fine-tuned for arithmetical reasoning task
2
 
3
  Based on [Llama 2 13B - GPTQ](https://huggingface.co/TheBloke/Llama-2-13B-GPTQ/tree/gptq-4bit-32g-actorder_True).
@@ -72,4 +77,4 @@ output_ids = model.generate(
72
  # Декодирование результата генерации
73
  output = tokenizer.decode(output_ids[0])
74
  print('output:', output)
75
- ```
 
1
+ ---
2
+ language:
3
+ - ru
4
+ library_name: peft
5
+ ---
6
  # Llama 2 13B - GPTQ fine-tuned for arithmetical reasoning task
7
 
8
  Based on [Llama 2 13B - GPTQ](https://huggingface.co/TheBloke/Llama-2-13B-GPTQ/tree/gptq-4bit-32g-actorder_True).
 
77
  # Декодирование результата генерации
78
  output = tokenizer.decode(output_ids[0])
79
  print('output:', output)
80
+ ```