sameeahameed commited on
Commit
05e9745
1 Parent(s): 890fd8a

Upload model trained with Unsloth

Browse files

Upload model trained with Unsloth 2x faster

Files changed (3) hide show
  1. .gitattributes +1 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +1 -1
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -2050,7 +2050,7 @@
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
- "chat_template": "{{ bos_token }}{{ 'Below is a tweet that has locations mentioned in it. locations mentioned can be in abbreviations, hashtags, or incorrect spellings.\nOutput the locations mentioned in the tweet using wording in the tweet only.' }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '\n>>> Tweet:\n' + message['content'] }}{% elif message['role'] == 'assistant' %}{{ '\n>>> What are the Locations mentioned?\n' + message['content'] + '<|end_of_text|>' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '\n>>> What are the Locations mentioned?\n' }}{% endif %}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|end_of_text|>",
2056
  "model_input_names": [
 
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
2053
+ "chat_template": "{{ bos_token }}{{ 'Act as a NER expert that knows all locations of the world. Accurately identify all the locations mentioned in the tweet below and Only respond with location names. Exact only locations mentioned in the tweet text and do not add any explanation in the response.\nUse the following tweet as an example only: Irmas Destruction Aftermath; From The Caribbean To #FL. \nLocations mentioned: Caribbean, FL' }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '\n>>> Tweet:\n' + message['content'] }}{% elif message['role'] == 'assistant' %}{{ '\n>>> What are the Locations mentioned?\n' + message['content'] + '<|end_of_text|>' }}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '\n>>> What are the Locations mentioned?\n' }}{% endif %}",
2054
  "clean_up_tokenization_spaces": true,
2055
  "eos_token": "<|end_of_text|>",
2056
  "model_input_names": [