dougtrajano commited on
Commit
7c202d6
1 Parent(s): d205c7c

Training in progress, epoch 1

Browse files
.gitattributes.sagemaker-uploaded ADDED
File without changes
.gitignore.sagemaker-uploaded ADDED
File without changes
README.md.sagemaker-uploaded ADDED
File without changes
config.json CHANGED
@@ -10,16 +10,16 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": 0,
14
+ "1": 1,
15
+ "2": 2
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "0": 0,
21
+ "1": 1,
22
+ "2": 2
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,
config.json.sagemaker-uploaded ADDED
File without changes
pytorch_model.bin.sagemaker-uploaded ADDED
File without changes
special_tokens_map.json.sagemaker-uploaded ADDED
File without changes
tokenizer.json.sagemaker-uploaded ADDED
File without changes
tokenizer_config.json.sagemaker-uploaded ADDED
File without changes
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b25aa2821c4690f0441cd512be002efebe0117714b41581705350f175f99373
3
- size 3503
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97d45e96d0a3307f1da72d4004364c6e36f7098faf77ed4c4f8602658e8b8a2a
3
+ size 3695
training_args.bin.sagemaker-uploaded ADDED
File without changes
vocab.txt.sagemaker-uploaded ADDED
File without changes