update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: ''
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
#
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.5341
|
18 |
+
- Wer: 0.9874
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 7.5e-05
|
38 |
+
- train_batch_size: 16
|
39 |
+
- eval_batch_size: 16
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 8
|
42 |
+
- total_train_batch_size: 128
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 2000
|
46 |
+
- num_epochs: 5.0
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
53 |
+
| 1.0326 | 0.32 | 1000 | 0.3092 | 0.2718 |
|
54 |
+
| 1.0828 | 0.65 | 2000 | 0.2843 | 0.2606 |
|
55 |
+
| 1.0771 | 0.97 | 3000 | 0.2774 | 0.2488 |
|
56 |
+
| 1.0306 | 1.3 | 4000 | 0.2588 | 0.2351 |
|
57 |
+
| 1.0052 | 1.62 | 5000 | 0.2483 | 0.2284 |
|
58 |
+
| 0.9865 | 1.94 | 6000 | 0.2464 | 0.2220 |
|
59 |
+
| 0.978 | 2.27 | 7000 | 0.2514 | 0.2172 |
|
60 |
+
| 1.7438 | 2.59 | 8000 | 0.7983 | 0.5072 |
|
61 |
+
| 2.3309 | 2.92 | 9000 | 1.8917 | 0.9416 |
|
62 |
+
| 2.1834 | 3.24 | 10000 | 1.7496 | 0.9030 |
|
63 |
+
| 2.3047 | 3.56 | 11000 | 1.5377 | 0.8747 |
|
64 |
+
| 2.1378 | 3.89 | 12000 | 1.3501 | 0.7923 |
|
65 |
+
| 1.9812 | 4.21 | 13000 | 1.2662 | 0.7697 |
|
66 |
+
| 2.6855 | 4.54 | 14000 | 2.4120 | 0.9902 |
|
67 |
+
| 2.7482 | 4.86 | 15000 | 2.5341 | 0.9874 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.17.0.dev0
|
73 |
+
- Pytorch 1.10.2+cu102
|
74 |
+
- Datasets 1.18.2.dev0
|
75 |
+
- Tokenizers 0.11.0
|
wandb/run-20220201_234440-21bzabyi/files/output.log
CHANGED
@@ -23009,3 +23009,98 @@ Deleting older checkpoint [checkpoint-11000] due to args.save_total_limit
|
|
23009 |
{'train_runtime': 214447.5226, 'train_samples_per_second': 9.211, 'train_steps_per_second': 0.072, 'train_loss': 1.7380384819737829, 'epoch': 5.0}
|
23010 |
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23011 |
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23009 |
{'train_runtime': 214447.5226, 'train_samples_per_second': 9.211, 'train_steps_per_second': 0.072, 'train_loss': 1.7380384819737829, 'epoch': 5.0}
|
23010 |
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23011 |
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23012 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23013 |
+
02/04/2022 11:23:21 - WARNING - huggingface_hub.repository - Several commits (2) will be pushed upstream.
|
23014 |
+
02/04/2022 11:23:21 - WARNING - huggingface_hub.repository - The progress bars may be unreliable.
|
23015 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23016 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23017 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23018 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23019 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23020 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23021 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23022 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23023 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23024 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23025 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23026 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23027 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23028 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23029 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23030 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23031 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23032 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23033 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23034 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23035 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23036 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23037 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23038 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23039 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23040 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23041 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23042 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23043 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23044 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23045 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23046 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23047 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23048 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23049 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23050 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23051 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23052 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23053 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23054 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23055 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23056 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23057 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23058 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23059 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23060 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23061 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23062 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23063 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23064 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23065 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23066 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23067 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23068 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23069 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23070 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23071 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23072 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23073 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23074 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23075 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23076 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23077 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23078 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23079 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23080 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23081 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23082 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23083 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23084 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23085 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23086 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23087 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23088 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23089 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23090 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23091 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23092 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23093 |
+
5%|████��███▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23094 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23095 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23096 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23097 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23098 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23099 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23100 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23101 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23102 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23103 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
23104 |
+
02/04/2022 11:26:23 - WARNING - huggingface_hub.repository - To https://huggingface.co/Plim/xls-r-1b-fr
|
23105 |
+
1b1b1f9..401bcc7 main -> main
|
23106 |
+
5%|████████▋ | 46/997 [00:40<12:31, 1.27it/s]
|
wandb/run-20220201_234440-21bzabyi/logs/debug-internal.log
CHANGED
@@ -61203,3 +61203,126 @@
|
|
61203 |
2022-02-04 11:23:10,848 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61204 |
2022-02-04 11:23:10,848 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61205 |
2022-02-04 11:23:12,771 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61203 |
2022-02-04 11:23:10,848 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61204 |
2022-02-04 11:23:10,848 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61205 |
2022-02-04 11:23:12,771 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61206 |
+
2022-02-04 11:23:24,050 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61207 |
+
2022-02-04 11:23:26,024 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61208 |
+
2022-02-04 11:23:26,025 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61209 |
+
2022-02-04 11:23:26,051 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61210 |
+
2022-02-04 11:23:28,053 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61211 |
+
2022-02-04 11:23:30,054 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61212 |
+
2022-02-04 11:23:32,056 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61213 |
+
2022-02-04 11:23:35,058 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61214 |
+
2022-02-04 11:23:37,060 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61215 |
+
2022-02-04 11:23:39,061 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61216 |
+
2022-02-04 11:23:41,062 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61217 |
+
2022-02-04 11:23:41,201 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61218 |
+
2022-02-04 11:23:41,202 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61219 |
+
2022-02-04 11:23:43,016 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61220 |
+
2022-02-04 11:23:43,064 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61221 |
+
2022-02-04 11:23:45,067 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61222 |
+
2022-02-04 11:23:47,067 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61223 |
+
2022-02-04 11:23:49,069 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61224 |
+
2022-02-04 11:23:51,071 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61225 |
+
2022-02-04 11:23:53,072 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61226 |
+
2022-02-04 11:23:55,073 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61227 |
+
2022-02-04 11:23:56,370 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61228 |
+
2022-02-04 11:23:56,371 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61229 |
+
2022-02-04 11:23:57,075 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61230 |
+
2022-02-04 11:23:59,076 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61231 |
+
2022-02-04 11:24:01,078 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61232 |
+
2022-02-04 11:24:03,079 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61233 |
+
2022-02-04 11:24:05,081 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61234 |
+
2022-02-04 11:24:07,082 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61235 |
+
2022-02-04 11:24:09,084 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61236 |
+
2022-02-04 11:24:11,086 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61237 |
+
2022-02-04 11:24:11,541 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61238 |
+
2022-02-04 11:24:11,541 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61239 |
+
2022-02-04 11:24:13,087 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61240 |
+
2022-02-04 11:24:13,245 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61241 |
+
2022-02-04 11:24:15,089 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61242 |
+
2022-02-04 11:24:17,090 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61243 |
+
2022-02-04 11:24:19,091 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61244 |
+
2022-02-04 11:24:21,093 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61245 |
+
2022-02-04 11:24:23,095 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61246 |
+
2022-02-04 11:24:25,096 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61247 |
+
2022-02-04 11:24:26,710 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61248 |
+
2022-02-04 11:24:26,711 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61249 |
+
2022-02-04 11:24:27,098 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61250 |
+
2022-02-04 11:24:29,100 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61251 |
+
2022-02-04 11:24:31,101 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61252 |
+
2022-02-04 11:24:33,103 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61253 |
+
2022-02-04 11:24:35,104 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61254 |
+
2022-02-04 11:24:37,106 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61255 |
+
2022-02-04 11:24:39,107 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61256 |
+
2022-02-04 11:24:41,108 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61257 |
+
2022-02-04 11:24:41,880 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61258 |
+
2022-02-04 11:24:41,881 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61259 |
+
2022-02-04 11:24:43,110 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61260 |
+
2022-02-04 11:24:43,466 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61261 |
+
2022-02-04 11:24:45,111 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61262 |
+
2022-02-04 11:24:47,113 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61263 |
+
2022-02-04 11:24:49,115 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61264 |
+
2022-02-04 11:24:51,117 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61265 |
+
2022-02-04 11:24:57,051 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61266 |
+
2022-02-04 11:24:57,051 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61267 |
+
2022-02-04 11:24:57,121 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61268 |
+
2022-02-04 11:24:59,123 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61269 |
+
2022-02-04 11:25:01,125 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61270 |
+
2022-02-04 11:25:03,126 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61271 |
+
2022-02-04 11:25:05,128 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61272 |
+
2022-02-04 11:25:07,130 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61273 |
+
2022-02-04 11:25:09,132 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61274 |
+
2022-02-04 11:25:11,134 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61275 |
+
2022-02-04 11:25:12,224 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61276 |
+
2022-02-04 11:25:12,224 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61277 |
+
2022-02-04 11:25:13,136 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61278 |
+
2022-02-04 11:25:13,695 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61279 |
+
2022-02-04 11:25:15,138 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61280 |
+
2022-02-04 11:25:17,140 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61281 |
+
2022-02-04 11:25:19,142 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61282 |
+
2022-02-04 11:25:21,144 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61283 |
+
2022-02-04 11:25:23,146 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61284 |
+
2022-02-04 11:25:25,149 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61285 |
+
2022-02-04 11:25:27,151 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61286 |
+
2022-02-04 11:25:27,393 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61287 |
+
2022-02-04 11:25:27,393 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61288 |
+
2022-02-04 11:25:29,153 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61289 |
+
2022-02-04 11:25:31,155 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61290 |
+
2022-02-04 11:25:33,158 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61291 |
+
2022-02-04 11:25:35,160 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61292 |
+
2022-02-04 11:25:37,162 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61293 |
+
2022-02-04 11:25:39,164 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61294 |
+
2022-02-04 11:25:41,165 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61295 |
+
2022-02-04 11:25:42,563 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61296 |
+
2022-02-04 11:25:42,564 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61297 |
+
2022-02-04 11:25:43,167 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61298 |
+
2022-02-04 11:25:43,920 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61299 |
+
2022-02-04 11:25:45,169 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61300 |
+
2022-02-04 11:25:47,171 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61301 |
+
2022-02-04 11:25:49,172 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61302 |
+
2022-02-04 11:25:51,174 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61303 |
+
2022-02-04 11:25:53,176 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61304 |
+
2022-02-04 11:25:55,177 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61305 |
+
2022-02-04 11:25:57,179 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61306 |
+
2022-02-04 11:25:57,720 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61307 |
+
2022-02-04 11:25:57,720 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61308 |
+
2022-02-04 11:25:59,181 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61309 |
+
2022-02-04 11:26:01,183 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61310 |
+
2022-02-04 11:26:03,186 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61311 |
+
2022-02-04 11:26:05,188 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61312 |
+
2022-02-04 11:26:07,190 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61313 |
+
2022-02-04 11:26:09,192 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61314 |
+
2022-02-04 11:26:11,194 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61315 |
+
2022-02-04 11:26:12,906 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61316 |
+
2022-02-04 11:26:12,906 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61317 |
+
2022-02-04 11:26:13,196 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61318 |
+
2022-02-04 11:26:14,160 DEBUG SenderThread:10787 [sender.py:send():235] send: stats
|
61319 |
+
2022-02-04 11:26:15,198 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61320 |
+
2022-02-04 11:26:17,199 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61321 |
+
2022-02-04 11:26:19,201 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61322 |
+
2022-02-04 11:26:21,203 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61323 |
+
2022-02-04 11:26:23,205 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61324 |
+
2022-02-04 11:26:25,206 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61325 |
+
2022-02-04 11:26:27,208 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
61326 |
+
2022-02-04 11:26:28,111 DEBUG HandlerThread:10787 [handler.py:handle_request():131] handle_request: stop_status
|
61327 |
+
2022-02-04 11:26:28,112 DEBUG SenderThread:10787 [sender.py:send_request():249] send_request: stop_status
|
61328 |
+
2022-02-04 11:26:29,209 INFO Thread-8 :10787 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-1b-fr/wandb/run-20220201_234440-21bzabyi/files/output.log
|
wandb/run-20220201_234440-21bzabyi/run-21bzabyi.wandb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b26cb8439f0905381b10881efcc9807ea476b5f62302e04c02c9673b406db0d
|
3 |
+
size 220974870
|