evolevelyn commited on
Commit
fa29c46
1 Parent(s): 690d063

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilgpt2",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
 
1
  {
2
+ "_name_or_path": "evolevelyn/distilgpt2-finetuned-slangQA",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f867655e7219dcf1ac8335995efbfc1d707fd4dad2251afb0d3894d2c922499d
3
  size 327657928
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3d19b54bc6612518f2d27eeaf514664e9842532e8885c58152172580511aec5
3
  size 327657928
runs/Nov29_02-23-44_5b10aa9fa092/events.out.tfevents.1701224632.5b10aa9fa092.4869.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ef0f639f2ad9a8bc01b2c35e0080f1b1dd616f39a42135db1d5d9d0e859db0
3
+ size 4742
runs/Nov29_02-37-59_5b10aa9fa092/events.out.tfevents.1701225488.5b10aa9fa092.4869.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2f6dd732b9a9cbf9006522e8fb6e06901952f4e94e82b75ebec6d0450e95fb
3
+ size 4799
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "clean_up_tokenization_spaces": true,
24
+ "eos_token": "</s>",
25
+ "errors": "replace",
26
+ "model_max_length": 1000000000000000019884624838656,
27
+ "pad_token": "<pad>",
28
+ "tokenizer_class": "GPT2Tokenizer",
29
+ "unk_token": "</s>"
30
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65b9f16765140509d0467a9b6737809bafbad6916abed9be208e28a310d293fd
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76da1844c342aef7804a9722e492f8a905974a6e2b4108e8d1ffd5012e4af0b8
3
  size 4664
vocab.json ADDED
The diff for this file is too large to render. See raw diff