remotejob commited on
Commit
fc6b23f
1 Parent(s): 9c44bc5

fine tuning

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "output/content/models/tweetGPTfi/weights/checkpoint-140000",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -25,8 +25,13 @@
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
 
 
 
 
 
 
28
  "transformers_version": "4.7.0.dev0",
29
  "use_cache": true,
30
- "vocab_size": 50001,
31
- "<|endoftext|>": 50000
32
  }
 
1
  {
2
+ "_name_or_path": "/home/juno/repos/gitlab.com/remotejob/gcloudscripts/gptfimodel/models/tweetGPT2fi/checkpoint-5000",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
28
+ "task_specific_params": {
29
+ "text-generation": {
30
+ "do_sample": true,
31
+ "max_length": 50
32
+ }
33
+ },
34
  "transformers_version": "4.7.0.dev0",
35
  "use_cache": true,
36
+ "vocab_size": 50257
 
37
  }
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ea3c14ad944e135422b3c074016cef60d1403e23e6657d845e305e159414d50
3
- size 509619451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e2df387b5b90bb51f03fe55642ddcc3a5c014feb6ce94ac939ac43ca0e61a06
3
+ size 510405883
rust_model.ot CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65bb155d528a29e09bc8ac6fe6d474b173686e4dca2c3b2456ee734170de6686
3
- size 547354662
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e7a37c1e4f7dbdeb486de2b2ae22ab1ababb6443f29cdbafa443c3e48d0e254
3
+ size 548141094
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}}
 
1
+ {"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "special_tokens_map_file": null, "name_or_path": "output/content/models/tweetGPTfi/weights/checkpoint-140000", "errors": "replace"}
 
1
+ {"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "/home/juno/repos/gitlab.com/remotejob/gcloudscripts/gptfimodel/models/tweetGPT2fi/checkpoint-5000"}
usrful.bash DELETED
@@ -1,3 +0,0 @@
1
- huggingface-cli repo create tweetsGPT2fi_v1
2
-
3
- git clone https://huggingface.co/remotejob/tweetsGPT2fi_v1
 
 
 
 
vocab.json CHANGED
The diff for this file is too large to render. See raw diff