yshAggarwal commited on
Commit
e671d08
·
1 Parent(s): 2f1455b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cardiffnlp/twitter-roberta-base-sentiment",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2
25
+ },
26
+ "layer_norm_eps": 1e-05,
27
+ "max_position_embeddings": 514,
28
+ "model_type": "roberta",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
+ "pad_token_id": 1,
32
+ "position_embedding_type": "absolute",
33
+ "problem_type": "single_label_classification",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.17.0",
36
+ "type_vocab_size": 1,
37
+ "use_cache": true,
38
+ "vocab_size": 50265
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab78f1a8296da5ac8759ca769896824de51055ce614552975d1c5e00e66418c9
3
+ size 498678125
runs/Apr13_12-25-20_7bc8e79b62b5/1649852726.8043118/events.out.tfevents.1649852726.7bc8e79b62b5.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17058dcb0ed6948f7cb132e159111a47133a5415a26919453d49918ff079a1a3
3
+ size 4826
runs/Apr13_12-25-20_7bc8e79b62b5/1649853363.3029351/events.out.tfevents.1649853363.7bc8e79b62b5.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1743cfa5fa761f106e834b8b27f9d783d555ae008cccf8ae1ba782653bfe553
3
+ size 4826
runs/Apr13_12-25-20_7bc8e79b62b5/events.out.tfevents.1649852726.7bc8e79b62b5.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e9497bb35a4375c4be0f7783fb289e237d88a86c5ec81d2b6c85b56378d6a1c
3
+ size 7354
runs/Apr13_12-39-18_7bc8e79b62b5/1649853562.3963697/events.out.tfevents.1649853562.7bc8e79b62b5.72.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bf9a5d0969464281162be51c9a3128ed5cc1cccbceef237df8fbf23bb208e3d
3
+ size 4826
runs/Apr13_12-39-18_7bc8e79b62b5/events.out.tfevents.1649853562.7bc8e79b62b5.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9a100ac0b4c2753fad70cc70e5e7b61d7092635825e5149f6af7c0ec89dabe
3
+ size 4537
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bcb25bededee185699ed3f4bece13c02f53ed0104b2c7166765aede62d962ab
3
+ size 3055