Text Generation
Transformers
PyTorch
llama
Inference Endpoints
text-generation-inference
totally-not-an-llm commited on
Commit
3049f7d
1 Parent(s): 47ec545

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +1 -1
special_tokens_map.json CHANGED
@@ -10,7 +10,7 @@
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
- "eos_token": "<|end_of_turn|>",
14
  "unk_token": {
15
  "content": "<unk>",
16
  "lstrip": false,
 
10
  "rstrip": false,
11
  "single_word": false
12
  },
13
+ "eos_token": "</s>",
14
  "unk_token": {
15
  "content": "<unk>",
16
  "lstrip": false,